[IT] Admin feature

Tuesday, 12 October 2021 07:34:44
Total Iterations

1

Total Assertions

7

Total Failed Tests

3

Total Skipped Tests

0


File Information
Collection: [IT] Admin feature
Environment: Nightlies
Collection Description
``` Feature: Basic admin's features Scenario: Create a user by email/password with valid admin token When I create a user with a valid admin token Then I should get status 200 Scenario: Create a user by email/password with invalid admin token When I create a user with an invalid admin token Then I should get status 403 ```
Timings and Data
Total run duration: 3.6s
Total data received: 410B
Average response time: 459ms
Summary Item Total Failed
Requests 5 0
Prerequest Scripts 7 0
Test Scripts 10 0
Assertions 7 3
Skipped Tests 0 -



Showing 3 Failures

Failed Test: Connect endpoint should return 200 when login with valid admin

Assertion Error Message
expected response to have status code 200 but got 403
Failed Test: Admin user can create a new user

Assertion Error Message
expected response to have status code 200 but got 403
Failed Test: Connect endpoint should return 200 when login with created user

Assertion Error Message
expected response to have status code 200 but got 403


There are no skipped tests



1 Iteration available to view
Request Information
Request Method: POST
Request URL: http://varnish/connect/oauth/token
Response Information
Response Code: 403 - Forbidden
Mean time per request: 1078ms
Mean size per request: 85B

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
Content-Type application/x-www-form-urlencoded
Pragma no-cache
Accept application/json, text/plain, */*
Host varnish
User-Agent PostmanRuntime/7.26.8
Cache-Control no-cache
Postman-Token e685ff03-dfe3-4e33-ab3f-42a3be10e085
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 211
Request Body
{"grant_type":"password","client_id":"sDDOEtsfJmfydw6Uos3F_YewFNoDzrxdsKN96OQK9e","client_secret":"HqP-3AgvmsFPOGFT9hsBx0F6a5xLc5NTQ5hxIz3Jfj","username":"admin@whoozer.fr","password":"wh00zerp0w3r","scope":"mobile_app admin_scopes"}
Response Headers
Header NameHeader Value
Date Tue, 12 Oct 2021 07:34:42 GMT
Content-Type application/json
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, PUT, DELETE, PATCH, OPTIONS
Access-Control-Max-Age 0
Access-Control-Allow-Headers Authorization, Content-Type, X-Happn-CID, X-Happn-DID, X-HAPPN-VERSION, X-HAPPN-CARRIER-COUNTRY
X-Backend legacy
Age 0
Cache-Control max-age=0, no-cache, no-store, must-revalidate
Content-Length 85
Connection keep-alive
Response Body
{"success":false,"status":403,"error":"invalid_client","data":null,"error_code":1002}
Test Information
NamePassedFailedSkipped
Connect endpoint should return 200 when login with valid admin 0 1 0
Connect endpoint should return access_token and refresh_token 1 0 0
Total 1 1 0
Test Failure
Test NameAssertion Error
Connect endpoint should return 200 when login with valid admin
expected response to have status code 200 but got 403
Request Information
Request Method: POST
Request URL: http://varnish/api/users/
Response Information
Response Code: 403 - Forbidden
Mean time per request: 25ms
Mean size per request: 84B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Content-Type application/json
Accept application/json, text/plain, */*
Authorization OAuth="null"
Accept-Encoding br, gzip, deflate
Host api-preprod.happn.com
User-Agent PostmanRuntime/7.26.8
Cache-Control no-cache
Postman-Token b8d90318-2c9d-48fd-b68e-d46ef3a56cac
Connection keep-alive
Content-Length 179
Request Body
{
            "type": "CLIENT",
            "gender": "female",
            "login": "main.user_1634024082601@example.com",
            "first_name": "fake",
            "last_name": "user",
            "password": "00000000"
        }
Response Headers
Header NameHeader Value
Date Tue, 12 Oct 2021 07:34:42 GMT
Content-Type application/json
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, PUT, DELETE, PATCH, OPTIONS
Access-Control-Max-Age 0
Access-Control-Allow-Headers Authorization, Content-Type, X-Happn-CID, X-Happn-DID, X-HAPPN-VERSION, X-HAPPN-CARRIER-COUNTRY
X-Backend legacy
Age 0
Cache-Control max-age=0, no-cache, no-store, must-revalidate
Content-Length 84
Connection keep-alive
Response Body
{"success":false,"status":403,"error":"invalid_token","data":null,"error_code":1010}
Test Information
NamePassedFailedSkipped
Admin user can create a new user 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Admin user can create a new user
expected response to have status code 200 but got 403
Request Information
Request Method: POST
Request URL: http://varnish/connect/oauth/token
Response Information
Response Code: 403 - Forbidden
Mean time per request: 1095ms
Mean size per request: 85B

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
Content-Type application/x-www-form-urlencoded
Pragma no-cache
Accept application/json, text/plain, */*
Host varnish
User-Agent PostmanRuntime/7.26.8
Cache-Control no-cache
Postman-Token 62549c2f-70fb-4948-965e-a5f4138618f1
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 211
Request Body
{"grant_type":"password","client_id":"sDDOEtsfJmfydw6Uos3F_YewFNoDzrxdsKN96OQK9e","client_secret":"HqP-3AgvmsFPOGFT9hsBx0F6a5xLc5NTQ5hxIz3Jfj","username":"main.user_1634024082601@example.com","password":"00000000","scope":"mobile_app"}
Response Headers
Header NameHeader Value
Date Tue, 12 Oct 2021 07:34:44 GMT
Content-Type application/json
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, PUT, DELETE, PATCH, OPTIONS
Access-Control-Max-Age 0
Access-Control-Allow-Headers Authorization, Content-Type, X-Happn-CID, X-Happn-DID, X-HAPPN-VERSION, X-HAPPN-CARRIER-COUNTRY
X-Backend legacy
Age 0
Cache-Control max-age=0, no-cache, no-store, must-revalidate
Content-Length 85
Connection keep-alive
Response Body
{"success":false,"status":403,"error":"invalid_client","data":null,"error_code":1002}
Test Information
NamePassedFailedSkipped
Connect endpoint should return 200 when login with created user 0 1 0
Connect endpoint should return access_token and refresh_token for a user 1 0 0
Total 1 1 0
Test Failure
Test NameAssertion Error
Connect endpoint should return 200 when login with created user
expected response to have status code 200 but got 403
Request Information
Request Method: DELETE
Request URL: http://varnish/api/users/null?to_delete=true
Response Information
Response Code: 403 - Forbidden
Mean time per request: 70ms
Mean size per request: 72B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Host varnish
CF-IPCountry FR
Cookie
Authorization OAuth="null"
User-Agent PostmanRuntime/7.26.8
Accept */*
Cache-Control no-cache
Postman-Token af391d15-d9cc-451f-96c3-2c82bb76aa13
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Content-Type application/json
Date Tue, 12 Oct 2021 07:34:44 GMT
X-Backend gateway
Age 0
Cache-Control max-age=0, no-cache, no-store, must-revalidate
Content-Length 72
Connection keep-alive
Response Body
{"status":403,"success":false,"error":"invalid_token","error_code":1010}
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://varnish/api/users/
Response Information
Response Code: 403 - Forbidden
Mean time per request: 28ms
Mean size per request: 84B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
Accept application/json, text/plain, */*
Authorization OAuth="invalidToken"
Accept-Encoding br, gzip, deflate
Host api-preprod.happn.com
User-Agent PostmanRuntime/7.26.8
Cache-Control no-cache
Postman-Token 28f35f20-ad93-4014-a1b3-2bb7a80fbc0a
Connection keep-alive
Content-Length 179
Request Body
{
            "type": "CLIENT",
            "gender": "female",
            "login": "main.user_1634024084575@example.com",
            "first_name": "fake",
            "last_name": "user",
            "password": "00000000"
        }
Response Headers
Header NameHeader Value
Date Tue, 12 Oct 2021 07:34:44 GMT
Content-Type application/json
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, PUT, DELETE, PATCH, OPTIONS
Access-Control-Max-Age 0
Access-Control-Allow-Headers Authorization, Content-Type, X-Happn-CID, X-Happn-DID, X-HAPPN-VERSION, X-HAPPN-CARRIER-COUNTRY
X-Backend legacy
Age 0
Cache-Control max-age=0, no-cache, no-store, must-revalidate
Content-Length 84
Connection keep-alive
Response Body
{"success":false,"status":403,"error":"invalid_token","data":null,"error_code":1010}
Test Information
NamePassedFailedSkipped
User creation returns 403 when using invalid admin token 1 0 0
Error code should be invalid_token 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error